home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / quiz.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  570 b   |  19 lines

  1. global gQuestion
  2.  
  3. on exitFrame
  4.   set the textSize of member "password" to 18
  5.   set the textStyle of member "password" to "bold"
  6.   set the textSize of member "name" to 18
  7.   set the textStyle of member "name" to "bold"
  8.   handcursor(5)
  9.   handcursor(6)
  10.   repeat with n = 9 to 24
  11.     handcursor(n)
  12.   end repeat
  13.   set the backcolor of member 13 of castLib "QuizPics" to 0
  14.   set the backcolor of member 14 of castLib "QuizPics" to 0
  15.   set the forecolor of member 13 of castLib "QuizPics" to 255
  16.   set the forecolor of member 14 of castLib "QuizPics" to 255
  17.   go(the frame)
  18. end
  19.